projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c7737
)
lib/sign: disable mandatory signature check
author
Denis Pynkin
<denis.pynkin@collabora.com>
Mon, 26 Aug 2019 21:28:44 +0000
(
00:28
+0300)
committer
Denis Pynkin
<denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:54 +0000
(15:23 +0300)
Do not check the signature check by default.
Need to enable it explicitly.
Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
src/libostree/ostree-repo-pull.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-pull.c
b/src/libostree/ostree-repo-pull.c
index b16b668d32f43e36ecc4c1d5b39fd6eb7771691c..5b9548d770e46f7526b8bc7d1052047ae8ef8536 100644
(file)
--- a/
src/libostree/ostree-repo-pull.c
+++ b/
src/libostree/ostree-repo-pull.c
@@
-3950,7
+3950,7
@@
ostree_repo_pull_with_options (OstreeRepo *self,
* explicitly set in the options. */
if (!opt_sign_verify_set)
if (!ostree_repo_get_remote_boolean_option (self, pull_data->remote_name,
- "sign-verify",
TRU
E,
+ "sign-verify",
FALS
E,
&pull_data->sign_verify, error))
goto out;